PDF Plugin for Xojo

Destination.SetLocation Method (console safe)

Sets location of the destination within the page.

SetLocation(
   x as Single,
   y as Single,
   zoom as Single)

Parameters

x
The x coordinate of the location
y
The x coordinate of the location (Remember in PDF then y starts from the bottom of the page)
zoom
Zoom, this value can be minimum 0.08 which is 8% of actual size. 1.0 would mean 100%. (Not all viewers will zoom based on the destination setting)

Remarks

See Also

Destination Class